home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / educate / dsquiz22.zip / DOSQUIZ.DOC next >
Text File  |  1992-09-03  |  16KB  |  381 lines

  1.                              DOS QUIZ DOCUMENTATION
  2.  
  3.  
  4. 1.  What is DOS Quiz?
  5. 2.  Running DOS Quiz
  6. 3.  DOS Quiz Questions
  7. 4.  Registration Info
  8.  
  9.                                 WHAT IS DOS QUIZ?
  10.  
  11.      DOS Quiz is a quick and easy way to test anyone on their knowledge of both
  12. basic and advanced DOS commands.  The Quiz is completely taken on a DOS
  13. computer.  It takes the user through a series of 20 questions, asking the user
  14. to perform tasks in DOS.  Out of the 20 questions, 13 are categorized as Basic,
  15. and seven as Advanced.  
  16.  
  17.      At the end of the Quiz, a score screen is displayed, which shows a listing
  18. of all of the questions asked, what the main concept of the question was, and
  19. whether the user answered the question correctly or not.  The numbers and
  20. percentages of Total, Basic, and Advanced questions answered correctly is also
  21. shown on the score screen.  The opportunity to save the scoresheet to disk or
  22. paper is given at this point.
  23.  
  24.      DOS Quiz may be used to find out who in your office needs work on their DOS
  25. knowledge, or as a screen for new employees.  Though not designed to be a DOS
  26. tutor, as it does not cover options supported by many DOS commands and does not
  27. address concepts in, say, directory tree structure or filenames, it can be used
  28. to teach different ways of doing the same task.
  29.  
  30.                                 RUNNING DOS QUIZ
  31.  
  32.      Running DOS Quiz is really quite simple - all you need to do is type
  33. DOSQUIZ at the DOS prompt and away you go.  The program is completely self-
  34. contained, so no outside files are needed.  The program is small, so it will run
  35. on nearly any DOS machine.  
  36.  
  37.      DOS Quiz works with either a color or monochrome monitor.  DOS Quiz will
  38. try to use color first and will jump down to monochrome if color is not 
  39. available.  Monochrome monitors that emulate color monitors (such as b/w 
  40. VGA) will work fine in color mode.  The use of color in the program has been 
  41. kept to a minimum to allow usage on a wide range of computers.  If DOS Quiz 
  42. does not choose the monochrome mode and you wish to force it into monochrome 
  43. mode, or you do not care for DOS Quiz's color scheme, type "dosquiz /m" at the
  44. DOS prompt. Note that on color systems, /m will only work if your video adapter
  45. can emulate monocrome (for example, most CGA cards cannot).
  46.  
  47.      Note: As of Version 1.2, DOSQUIZ detects if you are using EGA 43-line mode
  48. or VGA 50-line mode before starting up.  Though DOSQUIZ uses 25-line mode, the
  49. line mode you started DOSQUIZ in will be reset when you leave.
  50.  
  51.      After typing in DOSQUIZ, an intro screen will appear.  After pressing any
  52. key as requested, the user will be prompted for his or her name and Social
  53. Security Number.  This is for score-sheet identification purposes.  The user is
  54. asked to verify his or her entry.  An instruction screen will then appear. 
  55. After reading the instructions and pressing any key, the quiz begins.
  56.  
  57.      After finishing 20 questions, the score screen will appear.  Three 
  58. function keys are active here.  F1 will print a scoresheet out on a parallel
  59. printer in port LPT1.  F2 will prompt you for a filename to save a score-
  60. sheet to (with the user's input name as the default filename).  If the filename
  61. given exists, you will be given a chance to change your choice.  F3 quits the
  62. score screen and the user will be asked if the quiz is to be taken again.  This
  63. is a Yes or No question.  If Yes, the screen will go back to the Name/SSN 
  64. screen.  If No, then DOS Quiz will return control to DOS.
  65.  
  66.      If you request that the scoresheet be printed out, DOS Quiz will poll your
  67. printer to see if it is ready to print.  If it is not, an appropriate error
  68. message will print out and you will be asked to try again.  Note that on many
  69. systems, if the printer is properly attached but turned off, no error will be
  70. detected.
  71.  
  72.      If a user does not know the answer to a question, he or she can either
  73. guess or just press ENTER to skip answering.  DOS Quiz will mark the question as
  74. being incorrectly answered and move on.
  75.  
  76.                                DOS QUIZ QUESTIONS
  77.  
  78.      The following is a listing of all questions asked in DOS Quiz, and their
  79. correct responses.  Note that though the "correct" answers are all presented
  80. here in uppercase, all variations of upper and lower case are valid, as in DOS.
  81.  
  82. 1  Log onto a drive - Basic
  83.  
  84. The user is placed at an A> prompt.  The user is asked to log onto a hard drive
  85. installed as drive C.  The only correct answer is:
  86.  
  87.    C:
  88.  
  89.  
  90. 2  Change the DOS Prompt - Advanced
  91.  
  92. The user is presented with a C> prompt and asked to make the DOS prompt a little
  93. more informative - force the prompt to show the current path and the greater-
  94. than sign.  The PROMPT command has many such useful abilities.  If you load
  95. ANSI.SYS in your CONFIG.SYS file, then the possibilities are nearly endless.
  96. See your DOS manual for more info.  The only correct answer is:
  97.  
  98.   PROMPT $P$G
  99.  
  100.  
  101. 3  Show a directory listing - Basic
  102.  
  103. The user is shown a C:\> prompt and asked to type in the command that will show
  104. a listing of the files in the current directory.  The DIR command is one of 
  105. DOS's most used.  Knowing how to use it is an essential.  Knowing how to use 
  106. it well is a true sign of a good DOS user.  Valid answers are: 
  107.  
  108.   DIR        DIR \      DIR *.*     DIR .       DIR .\     
  109.   DIR .\*.*  DIR \*.*   DIR *       DIR .\*     DIR \*
  110.  
  111. The user may also precede any of the directory options with C: (example, DIR 
  112. C:.\*.* is valid).
  113.  
  114.  
  115. 4  Clear the screen - Basic
  116.  
  117. The user is presented with the output from the DIR command above and asked to
  118. clear the screen using a DOS command.  The only correct answer is:
  119.  
  120.   CLS
  121.  
  122.  
  123. 5  Show/Set the system date - Basic
  124.  
  125. The user is asked to type in the DOS command that shows you the current system
  126. date.  Note that there is a similar TIME command in DOS.  The only correct 
  127. answer is:
  128.  
  129.   DATE
  130.  
  131. DOS Quiz will show the actual current system date, assuming it is correct.
  132.  
  133. 6  Display the current DOS version - Advanced
  134.  
  135. The user is asked to type in the DOS command that will display the version of
  136. DOS currently in use.  This command is useful if you are working on a machine
  137. that you have never used before, or if you know you have DOS Version 3, but 
  138. do not know which subversion.  The only correct answer is 
  139.  
  140.   VER
  141.  
  142.  
  143. 7  Create a subdirectory - Basic
  144.  
  145. The user will be asked to create a subdirectory called "QUIZ".  Mastering the 
  146. directory control commands (MD, RD, and CD) are essential in your quest for
  147. DOS knowledge.  If you are not sure you understand how DOS's directory 
  148. structure works, review your DOS manual.  DOS Quiz accepts all valid forms of
  149. this command: 
  150.  
  151.   MD QUIZ    MD \QUIZ    MD .\QUIZ
  152.  
  153. and all the preceding commands with the MKDIR command substituting for MD.
  154. You may omit the space between MD or MKDIR and \QUIZ or .\QUIZ.  The directory 
  155. specifications may be preceded with C: (for example, MD C:QUIZ is valid).
  156.  
  157.  
  158. 8  Change the current working directory - Basic
  159.  
  160. The user will be asked to change into the QUIZ directory just created.  All
  161. valid forms of this command are accepted:  
  162.  
  163. CD QUIZ   CD \QUIZ   CD .\QUIZ
  164.  
  165. and all of the preceding commands with CHDIR substituted for CD.  You may omit 
  166. the space between CD or CHDIR and \QUIZ or .\QUIZ.  The directory 
  167. specifications may be preceded with C: (for example, CD C:QUIZ is valid). 
  168.  
  169.  
  170. 9  Copy a file from one directory to another - Basic
  171.  
  172. The user is asked to copy a file from one directory to the current directory. 
  173. A valid response is broken into up to three pieces.  The first piece must be 
  174.  
  175.   COPY  
  176.  
  177. The second piece can be 
  178.  
  179.   \DOC\TEST.DOC   ..\DOC\TEST.DOC
  180.  
  181. The third piece is optional and can be 
  182.  
  183.   .   TEST.DOC   \QUIZ\TEST.DOC   \TEST.DOC   ..\QUIZ\TEST.DOC
  184.  
  185. If no third piece is given, DOS assumes that you want to create a file of the 
  186. same name in the current directory.  It does so without prompting.  This is a
  187. teriffic keystroke saver if all you are doing is making a copy of a file and
  188. the old name is OK.  The second or third piece (or both) may be preceded by C:.
  189.  
  190. 10  Rename a file - Basic
  191.  
  192. The user is asked to rename the file TEST.DOC in the current directory to 
  193. QUIZ.DOC.  This method cannot be used to change the location of the file,
  194. jus the file's name in its directory.  The valid entries are:  
  195.  
  196.   REN TEST.DOC QUIZ.DOC             REN .\TEST.DOC QUIZ.DOC
  197.   REN \QUIZ\TEST.DOC QUIZ.DOC       REN ..\QUIZ\TEST.DOC QUIZ.DOC
  198.  
  199. The longer form of REN, "RENAME", is also accepted.  Note that the seccond file
  200. name cannot have a pathname.  DOS uses the same path given for the first file
  201. as the path for the second file, for the reason noted above.  The TEST.DOC 
  202. portion of the command may be preceded by C:.  The QUIZ.DOC portion, however, 
  203. cannot be.
  204.  
  205.  
  206. 11  Show the contents of a file onscreen - Basic
  207.  
  208. The user is asked to print out the contents of the file QUIZ.DOC to the screen. 
  209. The intent is to use the TYPE command in one of the following ways: 
  210.  
  211.   TYPE QUIZ.DOC          TYPE .\QUIZ.DOC    
  212.   TYPE \QUIZ\QUIZ.DOC    TYPE ..\QUIZ\QUIZ.DOC
  213.  
  214. All of the above variations on the filename will also work with 
  215.  
  216.   COPY filename CON
  217.  
  218. where filename is one of the filenames above (with or without path specifica-
  219. tions).  This copies the contents of a file to the Console screen (your 
  220. monitor).  Note that CON can also be entered as CON:.  As with previous 
  221. questions, the filename may be preceded by C:.
  222.  
  223.  
  224. 12  Delete a file - Basic
  225.  
  226. The user is asked to delete the file QUIZ.DOC.  The valid answers are:
  227.  
  228.   DEL QUIZ.DOC    DEL .\QUIZ.DOC    DEL \QUIZ\QUIZ.DOC
  229.  
  230. The longer form of DEL, "ERASE", is also acceptable.  If the QUIZ.DOC portion 
  231. of the command preceded by C:, the response will be correct.
  232.  
  233.  
  234. 13  Make root directory current directory - Basic
  235.  
  236. The user is asked to change directories to the root (top) directory.  The valid
  237. answers are:
  238.  
  239.   CD \   CD ..   CD C:\   CD C:..
  240.  
  241. The Longer form of CD, "CHDIR", is also acceptable.  You may omit the space 
  242. between CD or CHDIR and .. or \.  If C: is given, a space MUST separate the
  243. CD or CHDIR and C:\ or C:...
  244.  
  245.  
  246. 14  Remove a directory - Basic
  247.  
  248. The user is asked to delete the QUIZ directory.  The user is told to assume that
  249. the directory is empty.  If it were not (if there were any files or sub-
  250. directories in the directory), or if your current working directory is the
  251. directory you specify, then DOS will generate an error.  The valid responses 
  252. are:
  253.  
  254.   RD QUIZ    RD \QUIZ    RD .\QUIZ
  255.  
  256. The longer form of RD, "RMDIR", is also allowed.  You may omit the space 
  257. between RD or RMDIR and \QUIZ or .\QUIZ.  The QUIZ portion of the command may 
  258. be preceded by C:.
  259.  
  260.  
  261. 15  Format a diskette - Basic
  262.  
  263. The user is asked to assume that there is a diskette in drive A.  The user is
  264. asked to type the command to format this diskette.  A diskette must be 
  265. formatted before it can be used to store data.  The FORMAT command sets the 
  266. structure of the diskette up so that DOS can read it and write to it.  The only
  267. valid answer is:
  268.  
  269.   FORMAT A:
  270.  
  271.  
  272. 16  Check a diskette - Advanced
  273.  
  274. The user is asked to type the command that will check the diskette in drive A. 
  275. The CHKDSK command is a very useful one.  Unless you specifically tell it to 
  276. fix errors, all CHKDSK does is look at your hard drive or diskette.  So there
  277. is no excuse for not knowing how to use all of CHKDSK's useful features!  The 
  278. only valid answer is:
  279.  
  280.   CHKDSK A:
  281.  
  282.  
  283. 17  Use F3 to repeat last command - Advanced
  284.  
  285. The user is asked to press one key that will recall the previous typed command. 
  286. The output from the "Check a diskette" question is shown on screen.  The only
  287. valid response is to press F3.
  288.  
  289.  
  290. 18  Copy a like diskette - Advanced
  291.  
  292. The user is told to copy the diskette in drive A to that in drive B.  The user
  293. is told to assume that the two drives are of the same type.  In DOS, you may
  294. type just DISKCOPY and the computer will asks you which drive is the source 
  295. and which is the target.  For Quiz purposes, the user is asked to provide
  296. the drivce names to the command.  The only valid response, then, is:
  297.  
  298.    DISKCOPY A: B:
  299.  
  300. 19  Show the DOS environment - Advanced
  301.  
  302. The user is told to type the command that will show all currently set DOS
  303. environment variables.  Common environment variables are COMSPEC, PATH, and
  304. PROMPT.  In DOS 5.0, you may also see TEMP and DIRCMD.  This command will
  305. show all defined variables and their values.  The only correct answer is:
  306.  
  307.   SET
  308.  
  309.  
  310. 20  Set a DOS environment variable - Advanced
  311.  
  312. The user is asked to set an environment variable.  The only valid response is:
  313.  
  314.   SET WP=C:\WP
  315.  
  316. Note that spaces on either side of the = are not permitted.  The space is 
  317. counted as a character, so typing  SET WP =C:\WP  would set a variable called 
  318. "WP " to C:WP.  "WP " is not the same as "WP".
  319.  
  320.  
  321.                               DOS QUIZ REGISTRATION
  322.  
  323.  
  324.                                   Registration
  325.  
  326. DOSQUIZ is shareware, and I retain all copyrights to the program.  If you use 
  327. and like DOSQUIZ, I request that you donate $15 to continue to use it.  If you 
  328. do, and also send a diskette (5¼ or 3½ Double or High density), I will include 
  329. any new version of DOSQUIZ, as well as any bonus utilities I have written at 
  330. that time.  Please enclose an extra $1 to cover postage, and be sure to enclose 
  331. your address. If you prefer that I just send you a diskette, please add $2 for 
  332. shipping costs and for diskette costs.
  333.  
  334. If you would like a customized version of DOSQUIZ, the cost is $100, including
  335. one license fee.  Please see the file PRICE.LST for details.  Site licenses are
  336. available at hige discounts.  See the file PRICE.LST for details.
  337.  
  338.  
  339.                   REGISTRATION NOW EASIER FOR COMPUSERVE USERS
  340.  
  341. You may now register DOSQUIZ through CompuServe's Shareware Registration 
  342. Service.  To use the service, GO SWREG and register program #23. 
  343.  
  344.  
  345.                SPECIAL DISCOUNT FOR USERS OF DOS5QUIZ AND/OR ADQ
  346.  
  347. DOS5Quiz is a DOSQuiz specially designed to test your DOS 5.0 knowledge.  ADQ
  348. is the Advanced "power-user" test of DOS talents.  If you wish to become part 
  349. of the DOS Quiz family by registering any combination of the DOS Quiz programs,
  350. you will be getting some great training/testing tools at a great price.  Any 
  351. two DOS Quiz programs may be registered for $20 (a savings of $10), all three 
  352. for $25 (a savings of $20).  The same diskette and postage charges outlined 
  353. above apply.  See the enclosed file PRICE.LST for and invoice and other 
  354. ordering info.  The latest versions of all DOS Quiz products can be downloaded
  355. from the IBMAPP forum on CompuServe.
  356.  
  357.  
  358. Steve Mount 
  359. RR 1 Box 320 
  360. Starksboro, VT  05487-9702 
  361.  
  362. Contact me on CompuServe.....: 73720,3404
  363.  
  364. Contact me on America On-Line: Mountain
  365.  
  366. Call for ordering/support....: (802) 453-5273
  367.  
  368. I have fax capability at the above number for orders, but you must call me
  369. to have my fax set up before faxing (it is a card and shares the line with
  370. my answering machine).
  371.  
  372. THE DOSQUIZ PROGRAM AND THIS MANUAL ARE COPYRIGHTED DOCUMENTS.  THE OWNER OF 
  373. THE COPYRIGHT GIVES OTHERS PERMISSION TO DISTRIBUTE UNALTERED COPIES OF THE 
  374. PROGRAM AND DOCUMENTATION TO OTHER INTERESTED PARTIES.  THIS PROGRAM IS NOT IN 
  375. THE PUBLIC DOMAIN.  IF YOU USE DOSQUIZ, PLEASE PAY THE REGISTRATION FEE.  IT 
  376. WILL ENSURE CONTINUED GROWTH OF THE PROGRAM FOR ALL USERS.
  377.  
  378.        DOSQUIZ AND DOCUMENTATION COPYRIGHT (C) 1991, 1992 BY STEVE MOUNT 
  379.                               ALL RIGHTS RESERVED. 
  380.  
  381.